home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / A / 003. SillyBalls.cpt / About SillyBalls next >
Text File  |  1988-08-02  |  1KB  |  31 lines

  1. _______________________________________________________________________________________________
  2.  
  3. Macintosh Sample Code
  4.  
  5. #3: SillyBalls
  6.  
  7. Versions:    1.0                    8/88
  8.  
  9. Components:    SillyBalls.p        August 1, 1988
  10.             SillyBalls.c        August 1, 1988
  11.             SillyBalls.make        August 1, 1988
  12.  
  13. _______________________________________________________________________________________________
  14.  
  15. This is a very simple sample program that demonstrates how to use Color 
  16. QuickDraw.   It is about two pages of code, and does nothing more than open
  17. a color window and draw randomly colored ovals in the window.
  18.  
  19. The purpose is to show how to get some initial results with Color QuickDraw.
  20. It is a complete program and is very short to be as clear as possible.
  21.  
  22. It does not have an Event Loop.  It is not fully functional in the sense that
  23. it does not do all the things you would expect a well behaved Macintosh 
  24. program to do, like size the window naturally, have an event loop, use menus,  etc.
  25.  
  26. See Sample and TESample for the general structure and MultiFinder techniques that
  27. we recommend that you use when building a new application.
  28.  
  29.  
  30.  
  31.